From 1a0577b3f4a8d8567b8e59453b574073b01aba5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 27 Jan 2017 11:16:03 +0100 Subject: [PATCH] checkbutton: Remove unused vfunc --- gtk/gtkcheckbutton.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h index 45aa8470b2..416ee96ccf 100644 --- a/gtk/gtkcheckbutton.h +++ b/gtk/gtkcheckbutton.h @@ -55,9 +55,6 @@ struct _GtkCheckButtonClass { GtkToggleButtonClass parent_class; - void (* draw_indicator) (GtkCheckButton *check_button, - cairo_t *cr); - /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); -- 2.30.2